/*backbone ath */
#contact.whyRecycleContact {
    background-image: none;
}

footer {
    background: #EFF2EC;
    padding: 0.5rem 1rem;
}

.footerParagraph p, 
footer a {
    color: #555557;
    font-size: 16px;
    line-height: 13px;
    font-weight: 400;
    font-family: 'PF Futura Neu';
}

.footerParagraph p {
    margin-top: 73px;
}

footer a {
    margin-top: 32px;
    text-decoration: none; /* Using modern approach instead of underline */
    border-bottom: 1px solid #555557; /* Underline effect using border */
    padding-bottom: 3.5px; /* Gap between underline and text */
}

footer a:not(.facebook):not(.youtube):hover {
    color: #729B55;
    border-bottom-color: #729B55; /* Change underline color on hover */
}

footer svg, 
footer svg g path, 
footer svg path {
    width: 18px;
    height: 18px;
    fill: #555557;
}

footer a:hover svg path,
footer a:hover svg g path {
    margin-bottom: 32px;
    fill: #729B55;
}

.socials a {
    position: relative;
    border: 2px solid transparent;
    border-radius: 50%;
    color: #252159;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    z-index: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.socials a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: -1;
}

.socials a svg {
    width: 18px;
    height: 18px;
}

.socials a:first-child {
    margin-right: 12px;

}
.socials a:nth-child(2) {
    margin-right: 12px;
}

.linkedin  {
    margin-right: 12px;
}


@media (min-width: 620px) {
    footer {
        padding: 0.5rem 1rem;
    }
}

footer .brand-section {
    padding-top: 30px;
}
.swiper-slide .spot-image-sec ,   .wantRecycle-banner-section .spot-image-sec,.wantRecycle-banner-section .spot-image-sec {
 position: absolute; 
 bottom: 10px;
 left: 50%; 
 transform: translateX(-50%); 
 max-width: 100%;
 cursor:pointer;
}
footer .policy{
    display:flex;
    margin-top:32px;
    
    }
 #homeCarousel .swiper-pagination {
    position: relative;
    /*bottom: 50%;*/
    top:30px;
    transform: translateY(50%);
}
   
@media (max-width: 620px) {
    footer a {

    border-bottom:none; /* Underline effect using border */

}
  .wantRecycle-banner-section .spot-image-sec {
       max-width: 40%;
    }
.swiper-slide .spot-image-sec{
    max-width: 65%;

    }
}

@media (max-width: 620px) {
footer .policy{
    line-height: 26px;
    }
    
    }
@media (min-width: 1220px) {
.swiper-slide .spot-image-sec ,   .wantRecycle-banner-section .spot-image-sec,.wantRecycle-banner-section .spot-image-sec {
 padding-bottom:40px;

}
}

#about-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.about-text-terms {
    padding-top: 160px;
    padding-bottom: 100px;
}